Access Control « Security « JSP-Servlet Q&A





1. Access control for binary files with Java    stackoverflow.com

This is the situation: We have some binary files (PDFs, PPTs, ZIPz, etc.) stored in a server different from where our application is. We need to make them available for the users ...

2. Access Control Allow Origin in Servlet    stackoverflow.com

I am getting a request from a jsp (from ipad) to a servlet(my system).when i send the response to the jsp it browser and ipad app seems to discard the data ...

3. access control and jsp    coderanch.com

We have been working with a design company to design our website HTML. However, a portion of these HTML files need to be password protected, all of these files are stored in one particular folder called "/tools". The problem here is that these files should only be accessible if the user has logged into the site, and the design firm has ...